home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / boot tools / sysboot / sysboot.doc < prev    next >
Text File  |  1996-04-07  |  3KB  |  214 lines

  1. Short:    Booting from Amiga or Shapeshifter, SFS replacement
  2. Uploader: Tcn@lbcmbx.in-berlin.de (Timo C. Nentwig)
  3. Author:   Tcn@lbcmbx.in-berlin.de (Timo C. Nentwig)
  4. Type:     util/boot
  5.  
  6.  
  7. NAME
  8.  
  9.   SysBoot 0.4
  10.   Copyright © 1995 by Timo C. Nentwig
  11.  
  12.  
  13.  
  14.  
  15. STATUS
  16.  
  17.   SysBoot is now (0.4 and higher) Giftware. That means that  you  (the
  18.   user of SysBoot) MUST send me anything for SysBoot.
  19.  
  20.  
  21.  
  22.  
  23. REQUIREMENTS
  24.  
  25.   AmigaOS 2+
  26.   7Bit Screeenmode
  27.  
  28.  
  29.  
  30.  
  31. PURPOSE
  32.  
  33.  
  34.   [SFS-Replacement]
  35.  
  36.   SysBoot opens a window on its own custom screen in which a Amiga and
  37.   a Apple image is displayed.
  38.  
  39.   Now the user can choose between booting either the Amiga or the  MAC
  40.   (ShapeShifter).
  41.  
  42.   So, only the Amiga or only the Apple is booting and you save memory.
  43.  
  44.  
  45.  
  46.  
  47. USAGE
  48.  
  49.   If Apple is choosed, SysBoot returns WARN.
  50.  
  51.   Your Startup-Sequence could look so:
  52.  
  53.  
  54.   SysBoot <options>
  55.   IF WARN
  56.     Execute S:Mac-Startup
  57.   ELSE
  58.     Execute S:Amiga-Startup
  59.   ENDIF
  60.  
  61.  
  62.  
  63.  
  64. OPTIONS
  65.  
  66.  
  67.   The advantage in opposite to SFS is that SysBoot is configurable.
  68.  
  69.  
  70.  
  71.   SysBoot <options>
  72.  
  73.  
  74.   EXAMPLE
  75.  
  76.   SysBoot -id 1078067204 -imag 4 -t 15 -fc 4
  77.  
  78.  
  79.  
  80.   OPTIONS
  81.  
  82.   1) -t <sec> oder -timeout <sec>
  83.  
  84.   After <sec> SysBoot automatically starts the Amiga.
  85.  
  86.  
  87.  
  88.  
  89.   2) -id <id> oder -modeid <id>
  90.  
  91.   ModeID defines the screenmode that SysBoot should use.
  92.  
  93.   Get <id> with GetModeID (included in this archive) from the  PicBoot
  94.   archive.
  95.  
  96.  
  97.  
  98.  
  99.   3) -aimg <1-4> oder -amigaimage <1-4>
  100.  
  101.   Choose between 4 Amiga images.
  102.  
  103.  
  104.  
  105.  
  106.   4) -fc <0-127> oder framecolor <0-127>
  107.  
  108.   Define color of frame with which selecting the gadgets.
  109.  
  110.  
  111.  
  112.  
  113. TODO
  114.  
  115.   Well, SysBoot's still pre-1.0 but I think there's not very  much  to
  116.   do.
  117.  
  118.   I still don't like the images although they are in 7 bits now ...
  119.  
  120.   Please send me images if you have any nice images !!! That would  be
  121.   a greate gift ;-) !!
  122.  
  123.  
  124.  
  125.  
  126. EXAMPLE
  127.  
  128.   s:startup-sequence
  129.  
  130.  
  131.   PrePareEmul >NIL:
  132.   SetPatch >NIL:
  133.  
  134.  
  135.   Assign env: envarc:
  136.   DH1:Devs/Monitors/Spectrum
  137.   DH1:C/SysBoot -id 1078067204 -img 3 -t 10 -fc 5
  138.  
  139.   IF WARN
  140.     Execute s:MAC-startup
  141.   ELSE
  142.     Execute s:Amiga-startup
  143.   ENDIF
  144.  
  145.  
  146.  
  147. HISTORY
  148.  
  149.   CNG = CHANGED
  150.   ADD = ADDED
  151.   REM = REMOVED
  152.   FIX = FIXED
  153.  
  154.   30 Jul 1995  -  0.1
  155.  
  156.     first runable version
  157.  
  158.   31 Jul 1995  -  0.2
  159.  
  160.     CNG: window's now centered
  161.  
  162.     REN: border
  163.     REM: dragbar/title
  164.  
  165.     ADD: Rückgabewert
  166.  
  167.     FIX: images now look ok
  168.  
  169.     CNG: window's size
  170.  
  171.  
  172.  
  173.   02 Aug 1995  -  0.3
  174.  
  175.     <initial release>
  176.  
  177.     ADD: Support for CLI arguments
  178.     ADD: Image and ModeID chooseable
  179.  
  180.     ADD: CloseWorkBench() for determinating popup of WB
  181.  
  182.     ADD: return and esc are used
  183.  
  184.     REM: CLI argument "-mode"
  185.  
  186.     ADD: CLI argument -timeout <sec>
  187.  
  188.  
  189.  
  190.   20 Aug 1995  -  0.4
  191.  
  192.     CNG: Gadgets with TAB chooseable
  193.  
  194.     REM: Amiga-Bevelbox
  195.  
  196.     ADD: CLI argument -framecolor
  197.  
  198.     CNG: Now 7Bit Images
  199.  
  200.  
  201.  
  202. AUTHOR
  203.  
  204.   Timo C. Nentwig
  205.   Edelhofdamm 35
  206.   13465 Berlin
  207.  
  208.   Tcn@lbcmbx.in-berlin.de
  209.  
  210.   Comments, suggestions, bugreports etc. to the address above.
  211.  
  212.  
  213.  
  214.